home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gEN.swf
/
scripts
/
DefineButton2_364
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2004-10-08
|
966b
|
45 lines
on(release){
_root.hero.clickSpot_x = 700;
_root.hero.clickSpot_y = 320;
if(getProperty(_root.cur, _X) > getProperty(_root.hero, _X))
{
setProperty("_root.hero.heroint", _xscale, "+100");
}
if(getProperty(_root.cur, _X) < getProperty(_root.hero, _X))
{
setProperty("_root.hero.heroint", _xscale, "-100");
}
if(_root.phone.hitTest(_root.hero.heroint))
{
if(_root.money eq true)
{
tellTarget("_root.phone")
{
gotoAndStop(5);
}
}
else
{
tellTarget("_root.c")
{
gotoAndStop("ne");
}
}
if(_root.matka eq true)
{
_root.prog_telefon = true;
tellTarget("_root.phone")
{
gotoAndPlay(7);
}
}
else
{
tellTarget("_root.c")
{
gotoAndStop("ne");
}
}
}
}